home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / Pica_Pau.swf / scripts / DefineButton2_8 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-08  |  160 b   |  7 lines

  1. on(release){
  2.    "_parent._parent.Control:G_StartSounds"();
  3.    set("_parent._parent.Control:G_Pause",false);
  4.    _parent.gotoAndStop(1);
  5.    trace("JKJ");
  6. }
  7.